home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / -archivi / -recent2 / dmandel.readme < prev    next >
Text File  |  1999-01-01  |  7KB  |  179 lines

  1. Short:    Mandel & Julia generator with ARexx, RTG support
  2. Author:   thor@einstein.math.tu-berlin.de (Thomas Richter)
  3. Uploader: thor@einstein.math.tu-berlin.de (Thomas Richter)
  4. Version:  1.23
  5. Type:     gfx/fract
  6. Requires: Os 2.04
  7.  
  8. _____________________________________________________________________________
  9.  
  10. Changes made for 1.23:
  11.  
  12.     - Forgot to save the "Huge" and "Gigantic" font settings.
  13.     - Added more functions to the color selector.
  14. _____________________________________________________________________________
  15.  
  16. Changes made for 1.21:
  17.  
  18.     - Debugged the IFF saving routine that could crash if the display
  19.       lines are too long.
  20.     - Fixed the color load routine, apparently RTG software doesn't
  21.       handle LoadRGBCM() like calls the way I thought.
  22.     - This is the first version with tested RTG support; the screen
  23.       depth is currently limited to 8 bit planes because OpenScreen()
  24.       does not work as expected for larger depths. Future releases 
  25.       might support more.
  26. _____________________________________________________________________________
  27.  
  28. Changes made for 1.20:
  29.  
  30.     - Replaced the IFF loading/saving routines by the gfx board friendly
  31.       stuff of the "sister program" VideoEasel. Most operations should
  32.       work fine with a gfx board, probably with one exception I can't
  33.       test here.
  34.     - Updated printer support. It does no longer set the colors of the
  35.       screen but uses an internal copy.
  36.     - Added a check for the '060 processor for the "suggest" button.
  37.       The plain 68K integer routines should be better for the '060 since
  38.       they don't require any software emulation.
  39.     - Rewrote the memory management. "DMandel" uses now memory pools.
  40.     - Removed an enforcer hit in the "RXMENU" command.
  41.     - Just a couple of tiny optimizations in the startup and other
  42.       assembler routines. 
  43. _____________________________________________________________________________
  44.  
  45. Yes, I know that there are more than enough mandelbrot fractal generators
  46. in the net, really... If you want some reasons why to use this program, here
  47. we go:
  48.  
  49. - Three algorithms for Mandelbrot sets, six for Julia sets.
  50. - Six different math implementations (IEEE single/double,FFP,
  51.   fast-integers for '000 and '020 and FPU) for optimal speed,
  52.   written in hand-tooled assembly language.
  53. - Highest speed, optimized for big magnifications.
  54. - ARexx support (Sample Mandelbrot movie generator script for
  55.   movie generation together with DPaint V included.)
  56. - Monitor ID support, but untested on GfxBoards.
  57. - Supports EHB for 64 colors on ECS machines.
  58. - Last but not least: It's free.
  59.  
  60. At least, the program is free. The guide isn't... 
  61.  
  62. The guide is not yet existing, I will start typing it as soon as somebody is
  63. interested and wants to pay money for it. Write an email to this address:
  64.  
  65. thor@math.tu-berlin.de
  66.  
  67. The suggested price for the manual will be between $10 and $20.
  68.  
  69.  
  70. A sample set of EHB pictures generated by DMandel is available, see
  71. DMandelPics.lha at pix/fract.
  72.  
  73. ____________________________________________________________________________
  74.  
  75. Installation:
  76.  
  77.     -Unpack this archive whereever you want.
  78.  
  79.     -If you're still working with the original CBM mathieeedoubbas
  80.     library, a patch is needed since this library is broken.
  81.     (The compare-function is broken for negative numbers of
  82.      small absolute value).
  83.  
  84.     The patch is included in the "MathIEEEPatch" drawer, installation
  85.     works like this:
  86.  
  87. 1)      Copy the file LIBS:mathieeedoubbas.library to RAM:
  88. 2)      Copy the file mathieeedoubbas.pch, which comes with this archive,
  89.         to RAM:
  90. 3)      Copy the program spatch, which is also included in this archive,
  91.         to ram:
  92. 4)      Change the directory to ram: with
  93.         cd ram:
  94. 5)      Apply the patch with
  95.         spatch mathieeedoubbas.library
  96. 6)      Copy back the file RAM:mathieeedoubbas.new to
  97.         LIBS:mathieeedoubbas.library. It contains the fixed library.
  98.  
  99. If any problems arise, make sure you use the original (CBM) version
  100. of the library!
  101.  
  102.     
  103. How to install the main program:
  104.  
  105.  
  106.     -Start DMandel by double clicking its icon.
  107.  
  108.     -Read the startup window. Close it by clicking on "O.K."
  109.  
  110.     -Select the menu point "Arexx Command" of the project menu.
  111.  
  112.     -Select the script "CreateStartup.rexx"
  113.  
  114.     -Follow the instructions.
  115. ____________________________________________________________________________
  116.  
  117.                         The THOR-Software Licence
  118.  
  119.  
  120. This License applies to the computer programs known as "Deluxe Mandelbrot".
  121. The "Program", below, refers to such program.
  122.  
  123.  
  124. The programs and files in this distribution are freely distributable
  125. under the restrictions stated below, but are also Copyright (c)
  126. Thomas Richter.
  127.  
  128.  
  129. Distribution of the Program by a commercial organization without written
  130. permission from the author to any third party is prohibited if any payment
  131. is made in connection with such distribution, whether directly
  132. (as in payment for a copy of the Program) or indirectly (as in payment
  133. for some service related to the Program, or payment for some product
  134. or service that includes a copy of the Program "without charge";
  135. these are only examples, and not an exhaustive enumeration of prohibited
  136. activities). However, the following methods of distribution involving
  137. payment shall not in and of themselves be a violation of this restriction:
  138.  
  139.  
  140. (i) Posting the Program on a public access information storage and
  141. retrieval service for which a fee is received for retrieving information
  142. (such as an on-line service), provided that the fee is not
  143. content-dependent (i.e., the fee would be the same for retrieving the same
  144. volume of information consisting of random data).
  145.  
  146.  
  147.  
  148. (ii) Distributing the Program on a CD-ROM, provided that the files
  149. containing the Program are reproduced entirely and verbatim on such
  150. CD-ROM, and provided further that all information on such CD-ROM be
  151. redistributable for non-commercial purposes without charge.
  152.  
  153.  
  154.  
  155. Everything in this distribution must be kept together, in original
  156. and unmodified form.
  157.  
  158.  
  159.  
  160.  
  161. Limitations.
  162.  
  163. THE PROGRAM IS PROVIDED TO YOU "AS IS," WITHOUT WARRANTY. THERE IS NO
  164. WARRANTY FOR THE PROGRAM, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
  165. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  166. PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. THE ENTIRE
  167. RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD
  168. THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY
  169. SERVICING, REPAIR OR CORRECTION.
  170.  
  171.  
  172.  
  173. IF YOU DO NOT ACCEPT THIS LICENCE, YOU MUST DELETE ALL FILES CONTAINED IN
  174. THIS ARCHIVE.
  175. _____________________________________________________________________________
  176.  
  177. Thomas,
  178.     March 1999    
  179.